home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / include / libpurple / dbus-useful.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-05-04  |  350 b   |  14 lines

  1. #include "conversation.h"
  2.  
  3. PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
  4.                     gboolean (*account_test)(const PurpleAccount *account));
  5.  
  6. PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);
  7.  
  8. PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);
  9.  
  10.  
  11.  
  12.  
  13.  
  14.